gint allocated_baseline;
GtkAllocation clip;
+#ifdef G_ENABLE_DEBUG
+ /* Number of gtk_widget_push_verify_invariants () */
+ guint verifying_invariants_count;
+#endif /* G_ENABLE_DEBUG */
+
/* The widget's requested sizes */
SizeRequestCache requests;
*/
GHashTable *auto_children;
-#ifdef G_ENABLE_DEBUG
- /* Number of gtk_widget_push_verify_invariants () */
- guint verifying_invariants_count;
-#endif /* G_ENABLE_DEBUG */
-
GList *event_controllers;
cairo_font_options_t *font_options;